All Questions
2 questions
3votes
2answers
1kviews
Integration Testing Stripe Payments - stripe-mock or Stripe's test mode?
I'm building an automated test suite to integration/feature test my organization's Stripe implementation within a GitLab CI pipeline. We're running Laravel 8 and using phpunit for testing. Within this ...
1vote
2answers
258views
Is there a pattern for unit/integration testing where tests that are higher level are intended to act as "gates" for other more specific tests?
The motivating concept here is that the fewer tests you have, the faster your test suite runs. This kinda feels like I'm basically describing smoke tests, but I think smoke tests and other tests are ...